home *** CD-ROM | disk | FTP | other *** search
- -- card: 2133 from stack: in
- -- bmap block id: 2514
- -- flags: 0000
- -- background id: 2974
- -- name: SCSI 1
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 2004
- -- rect: left=16 top=66 right=282 bottom=241
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Text
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=404 top=280 right=303 bottom=428
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Left
- ----- HyperTalk script -----
- on mouseUp
- visual scroll left
- go to card "Macintosh 1"
- end mouseUp
-
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=441 top=280 right=303 bottom=465
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Right
- ----- HyperTalk script -----
- on mouseUp
- answer "Proceed with the Self-Check?" with "No" or "YES"
- if it is "Yes" then
- visual checkerboard to black
- go to card "Question 1"
- end if
- if it is "No" then
- put "Cancel" into it
- end if
- end mouseUp
-
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=129 top=287 right=308 bottom=199
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next...
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve to card
- go to next card
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 80
- -- high flags: A004
- -- rect: left=7 top=315 right=340 bottom=494
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Self-Check
- ----- HyperTalk script -----
- on mouseUp
- global check
- visual iris close
- hide card button "Self-Check"
- hide card field "Cloak"
- hide card field "Cloak 1"
- put 0 into check
- pop card
- end mouseUp
-
-
-
-
-
- -- part 9 (field)
- -- low flags: 81
- -- high flags: 0001
- -- rect: left=122 top=284 right=310 bottom=206
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cloak
-
-
- -- part 10 (field)
- -- low flags: 81
- -- high flags: 0001
- -- rect: left=393 top=276 right=307 bottom=477
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cloak 1
-
-
- -- part contents for card part 2
- ----- text -----
-
-
- The SCSI ID number, which sets the priority for the Apple Scanner within the SCSI chain of devices, is preset to 2.
-
- Unless there is another SCSI device in the SCSI chain with the same setting, there is no need to change the SCSI ID number.